home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / windows1 / autoscr4.zip / STARTING.DOC < prev   
Text File  |  1992-08-04  |  5KB  |  87 lines

  1.   This file is intended to help you get started quickly using AutoScript.
  2.   The information presented here is by no means complete.  Please refer to
  3.   the file AS.DOC for more information.
  4.  
  5.  
  6.   Loading AutoScript
  7.  
  8.   Copy the files distributed with AutoScript onto your hard disk.  Make
  9.   sure that the files: AS.EXE, AS.OVL, and AS.USG are in the same
  10.   directory.  To load AutoScript, run AS.EXE.  AutoScript will load itself
  11.   into memory and return.  It should take about 35-39 Kbytes.  Press
  12.   Ctrl-4 (the 4 at the top of the keyboard, not the numeric keypad key)
  13.   to pop up the Settings window, and adjust the settings as desired (Refer
  14.   to AS.DOC for detailed information on each setting).  Use the up and
  15.   down arrow keys to move around the window.  Some of the settings are
  16.   multiple-choice items, and are chnged by pressing the spacebar.  To
  17.   change a hot key setting, press Enter, followed by the desired key
  18.   combination.  To leave the window and save changes, press Ctrl-Enter.
  19.   Pressing Esc leaves the window, but does not save changes.  Make sure
  20.   to leave the Default mode setting as "Interactive" so that you will
  21.   be able to try out some of AutoScript's features.  Setting the default
  22.   mode to "Standby" will disable most of the features.
  23.  
  24.  
  25.   Recording and Playing Scripts
  26.  
  27.   To see a brief demonstration of some of AutoScript's script features,
  28.   play the demo script.  To play the script, press the Play Script hot
  29.   key (default is Ctrl-2), type "demo.scr" on the prompt line, and press
  30.   Enter.  Assuming that the file DEMO.SCR is located in the current
  31.   directory (if not, include the path), AutoScript will begin playing the
  32.   script.  You can see the commands which went into the demo script by
  33.   uncompiling it.  Type "AUC DEMO.SCR <Enter>" to uncompile the demo
  34.   script.  The uncompiler will create an output file named "DEMO.SCA"
  35.   (unless a different output file name is specified). You can view and/or
  36.   edit this output file using any text editor.
  37.  
  38.   To create a script from a text script file, create a file, following the
  39.   syntax rules in Chapters 4 and 5 of AS.DOC, and compile the script using
  40.   the script compiler.  To compile, type "AC filename <Enter>".  The
  41.   compiler will create an output binary script file with the same name as
  42.   the text file, but with the extension ".SCR" (unless a different output
  43.   file name is specified).
  44.  
  45.   To record a script, press the Record Script hot key (default is Ctrl-1).
  46.   Enter the name of the script file to be created, an optional hot key for
  47.   playing the script, and an optional description, and check whether or
  48.   not you want AutoScript to record delays and changes in the keyboard
  49.   status (ie. presses and releases of Ctrl, Alt, and Shift, and changes in
  50.   Caps Lk, Num Lk, and Scrl Lk states).  Use the spacebar to check or
  51.   uncheck the last two items.  To begin recording, press Ctrl-Enter from
  52.   any field, or Enter from the last field.  AutoScript will now record all
  53.   keystrokes and most actions.  To end recording, and save the recorded
  54.   script to the disk, press the Stop Rcrd/Play hot key (default is Ctrl-3).
  55.   To play back the recorded script, press the script's hot key, if you
  56.   specified one, or press the Play Script hot key, and type the name of the
  57.   script.
  58.  
  59.  
  60.   Other Features
  61.  
  62.   The Actions window provides access to some of AutoScript's other
  63.   features.  To pop up this window press the Actions hot key (default is
  64.   Ctrl-5).  The Save Screen action saves the current text-mode screen,
  65.   including the cursor position, to a file, and the Display Screen action
  66.   displays a saved screen.  The Copy and Print Screen Text actions allow
  67.   you to select a portion of a text-mode screen to be saved to a file or
  68.   printed.  The Stuff Text File action takes the contents of a text file,
  69.   and "types" them.  The Lock Keyboard action lets you specify a password
  70.   to lock your keyboard.  Edit SP Keys lets you view and/or modify the
  71.   hot keys assigned to individual scripts, and Unload causes AutoScript to
  72.   try to remove itself from memory.  Refer to AS.DOC for more informaation
  73.   on each of the actions.
  74.  
  75.   If the Extended kbd buffer setting in the Settings window is set to "ON",
  76.   you will be able to type up to 200 keystrokes, instead of the usual 15.
  77.   Pressing the Blank scrn hot key combination should cause your screen to go
  78.   blank.  Pressing any key will unblank the screen.  These and other features
  79.   are described in AS.DOC.
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.